Skip to content

Commit 939fea9

Browse files
author
AmiyahJo
committed
feat: adds tests
1 parent 7107224 commit 939fea9

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
package com.codedifferently.lesson16.amiyahjones;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
public class JobReadinessLabTest {
6+
7+
@Test
8+
void testAddStudent() {
9+
10+
}
11+
12+
@Test
13+
void testCheckReadiness() {
14+
15+
}
16+
17+
@Test
18+
void testCountStudents() {
19+
20+
}
21+
22+
@Test
23+
void testGetJobTutor() {
24+
25+
}
26+
27+
@Test
28+
void testGetMentorSession() {
29+
30+
}
31+
32+
@Test
33+
void testGetSocialSupport() {
34+
35+
}
36+
37+
@Test
38+
void testGetTeacherAssistant() {
39+
40+
}
41+
42+
@Test
43+
void testPrintStudents() {
44+
45+
}
46+
47+
@Test
48+
void testVerifyIsSuccessful() {
49+
50+
}
51+
52+
}

0 commit comments

Comments
 (0)