C# Class Qowaiv.UnitTests.UuidTest

Mostra file Open project: Corniel/Qowaiv

Public Properties

Property Type Description
TestGuid System.Guid
TestStruct Uuid

Private Methods

Method Description
CanConvertFromString_QGuid_IsTrue ( ) : void
CanConvertToString_QGuid_IsTrue ( ) : void
CanNotConvertFromInt32_QGuid_IsTrue ( ) : void
CanNotConvertToInt32_QGuid_IsTrue ( ) : void
CompareTo_ObjectTestStruct_0 ( ) : void
CompareTo_newObject_ThrowsArgumentException ( ) : void
CompareTo_null_ThrowsArgumentException ( ) : void
Constructor_InvalidSerializationInfo_ThrowsSerializationException ( ) : void
Constructor_SerializationInfoIsNull_ThrowsArgumentNullException ( ) : void
ConvertFromInstanceDescriptor_QGuid_Successful ( ) : void
ConvertFromString_StringValue_TestStruct ( ) : void
ConvertFrom_StringEmpty_QGuidEmpty ( ) : void
ConvertFrom_StringNull_QGuidEmpty ( ) : void
ConvertToString_TestStruct_StringValue ( ) : void
ConverterExists_QGuid_IsTrue ( ) : void
DataContractSerializeDeserialize_QGuidSerializeObject_AreEqual ( ) : void
DataContractSerializeDeserialize_TestStruct_AreEqual ( ) : void
DebuggerDisplay_DebugToString_HasAttribute ( ) : void
DebuggerDisplay_DefaultValue_String ( ) : void
DebuggerDisplay_TestStruct_String ( ) : void
Empty_None_EqualsDefault ( ) : void
Equals_EmptyEmpty_IsTrue ( ) : void
Equals_EmptyTestStruct_IsFalse ( ) : void
Equals_FormattedAndUnformatted_IsTrue ( ) : void
Equals_TestStructEmpty_IsFalse ( ) : void
Equals_TestStructNull_IsFalse ( ) : void
Equals_TestStructObjectTestStruct_IsTrue ( ) : void
Equals_TestStructObject_IsFalse ( ) : void
Equals_TestStructTestStruct_IsTrue ( ) : void
Explicit_QGuidToGuid_AreEqual ( ) : void
Explicit_QGuidToString_AreEqual ( ) : void
Explicit_StringToQGuid_AreEqual ( ) : void
FromJson_DateTimeValue_AssertNotSupportedException ( ) : void
FromJson_DoubleValue_AssertNotSupportedException ( ) : void
FromJson_Int64Value_AssertNotSupportedException ( ) : void
FromJson_InvalidStringValue_AssertFormatException ( ) : void
FromJson_None_EmptyValue ( ) : void
FromJson_StringValue_AreEqual ( ) : void
GetHash_Empty_Hash ( ) : void
GetHash_TestStruct_Hash ( ) : void
GetObjectData_Null_ThrowsArgumentNullException ( ) : void
GetObjectData_SerializationInfo_AreEqual ( ) : void
GetSchema_None_IsNull ( ) : void
Implicit_GuidToQGuid_AreEqual ( ) : void
IsEmpty_Default_IsTrue ( ) : void
IsEmpty_TestStruct_IsFalse ( ) : void
IsValid_Data_IsFalse ( ) : void
IsValid_Data_IsTrue ( ) : void
NewGuid_None_NotEmpty ( ) : void
OperatorIsNot_TestStructTestStruct_IsFalse ( ) : void
OperatorIs_TestStructTestStruct_IsTrue ( ) : void
OrderByDescending_QGuid_AreEqual ( ) : void
OrderBy_QGuid_AreEqual ( ) : void
Parse_InvalidInput_ThrowsFormatException ( ) : void
SerializeDeserialize_Empty_AreEqual ( ) : void
SerializeDeserialize_QGuidSerializeObject_AreEqual ( ) : void
SerializeDeserialize_TestStruct_AreEqual ( ) : void
ToByteArray_TestStruct_EqualsTestGuidToByteArray ( ) : void
ToJson_DefaultValue_AreEqual ( ) : void
ToJson_TestStruct_AreEqual ( ) : void
ToString_CustomFormatter_SupportsCustomFormatting ( ) : void
ToString_Empty_StringEmpty ( ) : void
ToString_Formats_FormattedGuid ( ) : void
ToString_Invalid_FormattedGuid ( ) : void
TryParse_InvalidInput_DefaultValue ( ) : void
TryParse_TestStructInput_AreEqual ( ) : void
TyrParse_Null_IsValid ( ) : void
TyrParse_StringEmpty_IsValid ( ) : void
TyrParse_StringValue_IsNotValid ( ) : void
TyrParse_StringValue_IsValid ( ) : void
XmlSerializeDeserialize_Empty_AreEqual ( ) : void
XmlSerializeDeserialize_QGuidSerializeObject_AreEqual ( ) : void
XmlSerializeDeserialize_TestStruct_AreEqual ( ) : void

Property Details

TestGuid public_oe static_oe property

public static Guid,System TestGuid
return System.Guid

TestStruct public_oe static_oe property

The test instance for most tests.
public static Uuid TestStruct
return Uuid