C# Class System.Diagnostics.Tests.ProcessTests

Inheritance: ProcessTestBase
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetTestProcess ( ) : IEnumerable
TestDiagnosticsWithConsoleWriteLine ( ) : void

Private Methods

Method Description
AsSecureString ( string str ) : SecureString
AssertNonZeroWindowsZeroUnix ( long value ) : void
CanBeFinalized ( ) : void
ConcatThreeArguments ( string one, string two, string three ) : int
GetCurrentProcessName ( ) : string
HandleCountChanges ( ) : void
ProcessPeformanceCounterEnabled ( ) : bool
Process_StartInvalidNamesTest ( ) : void
Process_StartTest ( ) : void
Process_StartWithArgumentsTest ( ) : void
Process_StartWithDuplicatePassword ( ) : void
Process_StartWithInvalidUserNamePassword ( ) : void
SetAndCheckBasePriority ( ProcessPriorityClass exPriorityClass, int priority ) : void
TestArgumentParsing ( string inputArguments, string expectedArgv ) : void
TestBasePriorityOnUnix ( ) : void
TestBasePriorityOnWindows ( ) : void
TestEnableRaiseEvents ( bool enable ) : void
TestExitCode ( ) : void
TestExitTime ( ) : void
TestGetCurrentProcess ( ) : void
TestGetProcessById ( ) : void
TestGetProcesses ( ) : void
TestGetProcessesByName ( ) : void
TestHandleCount ( ) : void
TestHandleCount_OSX ( ) : void
TestHasExited ( ) : void
TestId ( ) : void
TestInvalidPriorityClass ( ) : void
TestMachineName ( ) : void
TestMainModuleOnNonOSX ( ) : void
TestMaxWorkingSet ( ) : void
TestMinWorkingSet ( ) : void
TestModules ( ) : void
TestNonpagedSystemMemorySize ( ) : void
TestNonpagedSystemMemorySize64 ( ) : void
TestPagedMemorySize ( ) : void
TestPagedMemorySize64 ( ) : void
TestPagedSystemMemorySize ( ) : void
TestPagedSystemMemorySize64 ( ) : void
TestPeakPagedMemorySize ( ) : void
TestPeakPagedMemorySize64 ( ) : void
TestPeakVirtualMemorySize ( ) : void
TestPeakVirtualMemorySize64 ( ) : void
TestPeakWorkingSet ( ) : void
TestPeakWorkingSet64 ( ) : void
TestPriorityBoostEnabled ( ) : void
TestPriorityClassUnix ( ) : void
TestPriorityClassWindows ( ) : void
TestPrivateMemorySize ( ) : void
TestPrivateMemorySize64 ( ) : void
TestProcessName ( ) : void
TestProcessOnRemoteMachineUnix ( ) : void
TestProcessOnRemoteMachineWindows ( Process currentProcess, Process remoteProcess ) : void
TestProcessStartTime ( ) : void
TestProcessorAffinity ( ) : void
TestProcessorTime ( ) : void
TestRespondingWindows ( ) : void
TestRootGetProcessById ( ) : void
TestSafeHandle ( ) : void
TestSessionId ( ) : void
TestStartInfo ( ) : void
TestStartOnUnixWithBadFormat ( ) : void
TestStartOnUnixWithBadPermissions ( ) : void
TestStartOnWindowsWithBadFileFormat ( ) : void
TestStartWithMissingFile ( bool fullPath ) : void
TestUseShellExecute_Unix_Succeeds ( ) : void
TestVirtualMemorySize ( ) : void
TestVirtualMemorySize64 ( ) : void
TestWindowApisUnix ( ) : void
TestWorkingSet ( ) : void
TestWorkingSet64 ( ) : void
chmod ( string path, int mode ) : int

Method Details

GetTestProcess() public static method

public static GetTestProcess ( ) : IEnumerable
return IEnumerable

TestDiagnosticsWithConsoleWriteLine() public method

public TestDiagnosticsWithConsoleWriteLine ( ) : void
return void