This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2023-2-WS_group_project_java-chat
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Create test template for Calculations Class
remotes/origin/test/client/add-test-cases
Alena Bandarovich
11 months ago
parent
ebe798d8b7
commit
63947fdc1d
1 changed files
with
5 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
5
src/test/java/CalculationsTest.java
5
src/test/java/CalculationsTest.java
View File
@ -0,0 +1,5 @@
import
junit.framework.TestCase
;
public
class
CalculationsTest
extends
TestCase
{
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2023-2-WS_group_project_java-chat
Title
Body
Create Issue