CrabUI
Loading...
Searching...
No Matches
CrabUITest Namespace Reference

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="")
 

Enumeration Type Documentation

◆ TestStatus

enum CrabUITest.TestStatus

Definition at line 25 of file AutomaticTestRunner.cs.

26 {
27 Passed,
28 Failed,
29 Unknown,
30 Stashed,
31 }