|
void | TheoryWithNoArguments () |
|
void | TheoryWithArgumentsButNoDatapoints (decimal x, decimal y) |
|
void | TheoryWithArgumentsAndDatapoints (int x, int y) |
|
void | TestWithArguments (int x, int y) |
|
void | TestWithBooleanArguments (bool a, bool b) |
|
void | TestWithEnumAsArgument (System.AttributeTargets targets) |
|
void | TestWithBothDatapointAndAttributeData (int i, [Values(0, 5)]decimal d) |
|
void | TestWithAllDataSuppliedByAttributes ([Values(1.0, 2.0)]double d1, [Values(3.0, 4.0)]double d2) |
|
void | TestWithAllBadValues ([Values(-12.0,-4.0,-9.0)] double d) |
|
void NUnit.TestData.TheoryFixture.TheoryFixture.TheoryWithNoArguments |
( |
| ) |
|
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TheoryWithArgumentsButNoDatapoints |
( |
decimal |
x, |
|
|
decimal |
y |
|
) |
| |
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TheoryWithArgumentsAndDatapoints |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TestWithArguments |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TestWithBooleanArguments |
( |
bool |
a, |
|
|
bool |
b |
|
) |
| |
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TestWithEnumAsArgument |
( |
System.AttributeTargets |
targets | ) |
|
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TestWithBothDatapointAndAttributeData |
( |
int |
i, |
|
|
[Values(0, 5)] decimal |
d |
|
) |
| |
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TestWithAllDataSuppliedByAttributes |
( |
[Values(1.0, 2.0)] double |
d1, |
|
|
[Values(3.0, 4.0)] double |
d2 |
|
) |
| |
|
inline |
void NUnit.TestData.TheoryFixture.TheoryFixture.TestWithAllBadValues |
( |
[Values(-12.0, -4.0, -9.0)] double |
d | ) |
|
|
inline |
int NUnit.TestData.TheoryFixture.TheoryFixture.i0 = 0 |
|
private |
int NUnit.TestData.TheoryFixture.TheoryFixture.i1 = 1 |
|
staticprivate |
int NUnit.TestData.TheoryFixture.TheoryFixture.i100 = 100 |
The documentation for this class was generated from the following file: