-
Notifications
You must be signed in to change notification settings - Fork 803
Expand file tree
/
Copy pathTestConstants.java
More file actions
93 lines (90 loc) · 4.33 KB
/
TestConstants.java
File metadata and controls
93 lines (90 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/**
* Constants for FizzBuzz tests
*/
public class TestConstants {
private TestConstants() {
super();
}
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ_11_FIZZ_13_14_FIZZ_BUZZ_16 = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n13\n14\nFizzBuzz\n16\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ_11_FIZZ_13_14_FIZZ_BUZZ = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n13\n14\nFizzBuzz\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ_11_FIZZ_13_14 = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n13\n14\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ_11_FIZZ_13 = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n13\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ_11_FIZZ = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ_11 = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ_BUZZ = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8_FIZZ = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7_8 = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ_7 = "1\n2\nFizz\n4\nBuzz\nFizz\n7\n";
static final String _1_2_FIZZ_4_BUZZ_FIZZ = "1\n2\nFizz\n4\nBuzz\nFizz\n";
static final String _1_2_FIZZ_4_BUZZ = "1\n2\nFizz\n4\nBuzz\n";
static final String _1_2_FIZZ_4 = "1\n2\nFizz\n4\n";
static final String _1_2_FIZZ = "1\n2\nFizz\n";
static final String _1_2_ = "1\n2\n";
static final String _1_ = "1\n";
static final String STANDARD_FIZZ_BUZZ = "standardFizzBuzz";
static final String SPRING_XML = "spring.xml";
static final int INT_1 = 1;
static final int INT_2 = 2;
static final int INT_3 = 3;
static final int INT_4 = 4;
static final int INT_5 = 5;
static final int INT_6 = 6;
static final int INT_7 = 7;
static final int INT_8 = 8;
static final int INT_9 = 9;
static final int INT_10 = 10;
static final int INT_11 = 11;
static final int INT_12 = 12;
static final int INT_13 = 13;
static final int INT_14 = 14;
static final int INT_15 = 15;
static final int INT_16 = 16;
static final int NEGATIVE_INTEGER_1 = -1;
static final int NEGATIVE_INTEGER_2 = -2;
static final int NEGATIVE_INTEGER_3 = -3;
static final int NEGATIVE_INTEGER_4 = -4;
static final int NEGATIVE_INTEGER_5 = -5;
static final int NEGATIVE_INTEGER_6 = -6;
static final int NEGATIVE_INTEGER_7 = -7;
static final int NEGATIVE_INTEGER_8 = -8;
static final int NEGATIVE_INTEGER_9 = -9;
static final int NEGATIVE_INTEGER_10 = -10;
static final int NEGATIVE_INTEGER_11 = -11;
static final int NEGATIVE_INTEGER_12 = -12;
static final int NEGATIVE_INTEGER_13 = -13;
static final int NEGATIVE_INTEGER_14 = -14;
static final int NEGATIVE_INTEGER_15 = -15;
static final int NEGATIVE_INTEGER_16 = -16;
static final int TEST_RESULT_INT_1 = 1;
static final int TEST_RESULT_INT_2 = 2;
static final int TEST_RESULT_INT_3 = 3;
static final int TEST_RESULT_INT_4 = 4;
static final int TEST_RESULT_INT_5 = 5;
static final int TEST_RESULT_INT_6 = 6;
static final int TEST_RESULT_INT_7 = 7;
static final int TEST_RESULT_INT_8 = 8;
static final int TEST_RESULT_INT_9 = 9;
static final int TEST_RESULT_INT_10 = 10;
static final int TEST_RESULT_INT_11 = 11;
static final int TEST_RESULT_INT_12 = 12;
static final int TEST_RESULT_INT_13 = 13;
static final int TEST_RESULT_INT_14 = 14;
static final int TEST_RESULT_INT_15 = 15;
static final int TEST_RESULT_INT_16 = 16;
static final int TEST_RESULT_NEGATIVE_INT_1 = -1;
static final int TEST_RESULT_NEGATIVE_INT_2 = -2;
static final int TEST_RESULT_NEGATIVE_INT_3 = -3;
static final int TEST_RESULT_NEGATIVE_INT_4 = -4;
static final int TEST_RESULT_NEGATIVE_INT_5 = -5;
static final int TEST_RESULT_NEGATIVE_INT_6 = -6;
static final int TEST_RESULT_NEGATIVE_INT_7 = -7;
static final int TEST_RESULT_NEGATIVE_INT_8 = -8;
static final int TEST_RESULT_NEGATIVE_INT_9 = -9;
static final int TEST_RESULT_NEGATIVE_INT_10 = -10;
static final int TEST_RESULT_NEGATIVE_INT_11 = -11;
static final int TEST_RESULT_NEGATIVE_INT_12 = -12;
static final int TEST_RESULT_NEGATIVE_INT_13 = -13;
static final int TEST_RESULT_NEGATIVE_INT_14 = -14;
static final int TEST_RESULT_NEGATIVE_INT_15 = -15;
static final int TEST_RESULT_NEGATIVE_INT_16 = -16;
}