Drag[en]gine Script Module DragonScript  1.23
Dragengine.TestSystem.TestCase.State Enum Reference

Test State. More...

Public Attributes

 failed
 Test case finished with failure. More...
 
 passed
 Test case finished successfully. More...
 
 pending
 Test case has not run yet. More...
 
 running
 Test case is running. More...
 

Detailed Description

Test State.

Member Data Documentation

◆ failed

Dragengine.TestSystem.TestCase.State.failed

Test case finished with failure.

◆ passed

Dragengine.TestSystem.TestCase.State.passed

Test case finished successfully.

◆ pending

Dragengine.TestSystem.TestCase.State.pending

Test case has not run yet.

◆ running

Dragengine.TestSystem.TestCase.State.running

Test case is running.


The documentation for this enum was generated from the following file: