Drag[en]gine Script Module DragonScript  1.23
Dragengine.TestSystem.AssertEqualsException Class Reference

Test failed with equal assertion violation. More...

Inheritance diagram for Dragengine.TestSystem.AssertEqualsException:

Public Member Functions

Object getExpected ()
 Expected result. More...
 
Object getFound ()
 Found result. More...
 
AssertEqualsException new (Object expected, Object found)
 Create exception. More...
 

Detailed Description

Test failed with equal assertion violation.

Version
1.5

Stores the expected result and the found result.

Member Function Documentation

◆ getExpected()

Object Dragengine.TestSystem.AssertEqualsException.getExpected ( )

Expected result.

◆ getFound()

Object Dragengine.TestSystem.AssertEqualsException.getFound ( )

Found result.

◆ new()

AssertEqualsException Dragengine.TestSystem.AssertEqualsException.new ( Object  expected,
Object  found 
)

Create exception.


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