C# Class System.Tests.ConsoleKeyInfoTests

Datei anzeigen Open project: mikedn/runtime

Public Properties

Property Type Description
NotEqualConsoleKeyInfos object[][]
SampleConsoleKeyInfos object[][]

Public Methods

Method Description
AllCombinationsOfThreeBools ( ) : IEnumerable

Private Methods

Method Description
Ctor_DefaultCtor_PropertiesReturnDefaults ( ) : void
Ctor_ValueCtor_ValuesPassedToProperties ( bool shift, bool alt, bool ctrl ) : void
Equals_SameData ( ConsoleKeyInfo cki ) : void
HashCodeNotEquals_DifferentData ( ConsoleKeyInfo left, ConsoleKeyInfo right ) : void
ImplementsIEquatableInterface ( ) : void
NotEquals_DifferentData ( ConsoleKeyInfo left, ConsoleKeyInfo right ) : void
NotEquals_Object ( ) : void

Method Details

AllCombinationsOfThreeBools() public static method

public static AllCombinationsOfThreeBools ( ) : IEnumerable
return IEnumerable

Property Details

NotEqualConsoleKeyInfos public_oe static_oe property

public static object[][] NotEqualConsoleKeyInfos
return object[][]

SampleConsoleKeyInfos public_oe static_oe property

public static object[][] SampleConsoleKeyInfos
return object[][]