Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
G4-SoftEng
Group4-SoftEng
Commits
2f6f4dd7
Commit
2f6f4dd7
authored
Jun 06, 2021
by
saddamonpc
Browse files
Initialize CLITests and MainTest
parent
18b9f5de
Pipeline
#81798
passed with stage
in 1 minute and 13 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/test/java/softeng/g4/MainTest.java
0 → 100644
View file @
2f6f4dd7
package
softeng.g4
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
class
MainTest
{
@Test
void
main
()
{
}
@Test
void
intro
()
{
}
}
\ No newline at end of file
src/test/java/softeng/g4/cli/AdminCLITest.java
0 → 100644
View file @
2f6f4dd7
package
softeng.g4.cli
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
class
AdminCLITest
{
@Test
void
main
()
{
}
@Test
void
intro
()
{
}
}
\ No newline at end of file
src/test/java/softeng/g4/cli/ListIOTest.java
0 → 100644
View file @
2f6f4dd7
package
softeng.g4.cli
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
class
ListIOTest
{
@Test
void
openCourseList
()
{
}
@Test
void
openUserList
()
{
}
@Test
void
saveList
()
{
}
}
\ No newline at end of file
src/test/java/softeng/g4/cli/StudentCLITest.java
0 → 100644
View file @
2f6f4dd7
package
softeng.g4.cli
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
class
StudentCLITest
{
@Test
void
main
()
{
}
@Test
void
intro
()
{
}
}
\ No newline at end of file
src/test/java/softeng/g4/cli/TACLITest.java
0 → 100644
View file @
2f6f4dd7
package
softeng.g4.cli
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
class
TACLITest
{
@Test
void
main
()
{
}
@Test
void
intro
()
{
}
}
\ No newline at end of file
src/test/java/softeng/g4/user/StudentTest.java
0 → 100644
View file @
2f6f4dd7
package
softeng.g4.user
;
import
org.junit.jupiter.api.Test
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.*;
class
StudentTest
{
@Test
void
setAppointment
()
{
}
@Test
void
seeCalendar
()
{
}
@Test
void
getRole
()
{
}
@Test
void
getUsername
()
{
}
@Test
void
testToString
()
{
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment