WRApplication
External kratos "application" for multiscale time integration.
Loading...
Searching...
No Matches
TestCase Class Reference

Custom test case class for sorting cases into suites automatically while globbing. More...

Inheritance diagram for TestCase:
Collaboration diagram for TestCase:

Public Member Functions

None assertAlmostEqual (self, typing.Any left, typing.Any right, **kwargs)
 Invoke super().assertAlmostEqual on each component of the input variables.
 

Static Public Attributes

 suite_flags = SuiteFlags.ALL
 

Detailed Description

Custom test case class for sorting cases into suites automatically while globbing.

Member Function Documentation

◆ assertAlmostEqual()

None assertAlmostEqual (   self,
typing.Any  left,
typing.Any  right,
**  kwargs 
)

Invoke super().assertAlmostEqual on each component of the input variables.

Member Data Documentation

◆ suite_flags

suite_flags = SuiteFlags.ALL
static

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