Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- DEFAULT_TEST_DOUBLE - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default first test double to be used: 42.0
- DEFAULT_TEST_DOUBLE_2 - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default second test double to be used when you need 2 distinct doubles: 35.4
- DEFAULT_TEST_KEY - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default string to use for a key: Test
- DEFAULT_TEST_KEY_2 - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default second string to use for a key: Derp
- DEFAULT_TEST_STRING - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default first test string to be used: some_test_string
- DEFAULT_TEST_STRING_2 - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default second test string to be used when you need 2 distinct strings: another_test_string
- DEFAULT_WRONG_DOUBLE - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
A double to use for returning wrong values: 27.3
- DEFAULT_WRONG_KEY - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
The default string to use for a wrong key: Wrong
- DEFAULT_WRONG_STRING - Static variable in interface com.github.tadukoo.junit.constant.DefaultTestValues
-
A string to use for returning wrong values: something_wrong
- DefaultTestValues - Interface in com.github.tadukoo.junit.constant
-
Default values to use for testing, so we can have them consistent between the JUnit tests and the actual source assertions
All Classes and Interfaces|All Packages|Constant Field Values