We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b7b1a commit 055c27bCopy full SHA for 055c27b
1 file changed
src/test/java/com/github/shitlib/java/OhShitTest.java
@@ -13,33 +13,38 @@ public class OhShitTest {
13
private class MyClass {}
14
15
@Test
16
- public void ohShit_Class() {
+ public void ohShitClass() {
17
MyClass a = new MyClass();
18
assertThat(ohShit(a)).isInstanceOf(MyClass.class).isEqualTo(a);
19
}
20
21
22
- public void ohShit_Integer_1() {
+ public void ohShitInteger1() {
23
//TODO:
24
+ assertTrue(true);
25
26
27
28
public void ohShit2() {
29
30
31
32
33
34
public void ohShit3() {
35
36
37
38
39
40
public void ohShit4() {
41
42
43
44
45
46
public void ohShit5() {
47
48
49
50
0 commit comments