RaxoftTestType Enum
Definition
Specifies the type of RaxoftTestSuite.
public enum RaxoftTestType
Fields
| Name | Description |
|---|---|
| Ccf | Tests all flags after executing CCF after each instruction tested. |
| Doc | Tests all registers but only the officially documented flags. |
| DocFlags | Tests documented flags only, ignores registers. |
| Flags | Tests all flags, ignores registers. |
| Full | Tests all flags and registers. |
| Memptr | Tests all flags after executing BIT N,(HL) after each instruction tested. |