CrabUI
|
Classes | |
class | CalculatorMod |
I was trying to make a calculator But failed miserably because i have no idea how calculator works. More... | |
class | ComplexTest |
Random complex tests. More... | |
class | ComponentTest |
Testing the overall behavior of a component. More... | |
class | EventTest |
Testing events. More... | |
class | FillMethods |
This class contains filling methods An Action<CUIComponent> that creates some GUI and attaches it to passed component I use them in testing, you can use them as examples. More... | |
class | LayoutTest |
Testing Layouts. More... | |
class | PropTest |
Testing separate props. More... | |
class | RandomTest |
Random tests. More... | |
class | SerializationTest |
Testing Serialization. More... | |
Enumerations | |
enum | TestStatus { Passed , Failed , Unknown , Stashed } |
Functions | |
record | TestReport (Type TestClass, MethodInfo TestMethod, TestStatus Status, string DeepCompare="") |
enum CrabUITest.TestStatus |
Definition at line 25 of file AutomaticTestRunner.cs.