Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
SWEN90006-A1-2019
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim Miller
SWEN90006-A1-2019
Commits
439a3c52
Commit
439a3c52
authored
Aug 17, 2019
by
Tim Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPDATE: File structure.
parent
6f94c552
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
build.xml
build.xml
+6
-6
BoundaryTests.java
tests/Boundary/swen90006/passbook/BoundaryTests.java
+0
-0
PartitioningTests.java
tests/Partitioning/swen90006/passbook/PartitioningTests.java
+0
-0
No files found.
build.xml
View file @
439a3c52
...
...
@@ -15,7 +15,7 @@ string="original,mutant-1,mutant-2,mutant-3,mutant-4,mutant-5" substring="${prog
<target
name=
"check_test"
>
<fail
message=
"Please provide a test with -Dtest=''. The arguments can be one of
{
boundary, p
artitioning}"
>
{
Boundary, P
artitioning}"
>
<condition>
<or>
<not><isset
property=
"test"
/></not>
...
...
@@ -42,10 +42,10 @@ classpath="lib/junit-4.11.jar;lib/hamcrest-core-1.3.jar" includeantruntime="fals
</target>
<target
name=
"compile_test"
depends=
"compile_orig, check_test"
>
<mkdir
dir=
"classes/tests
/${test}"
/>
<depend
srcdir=
"tests/
${test}"
destdir=
"classes/tests/${test}
"
cache=
".depcache/tests/
${test}
"
closure=
"yes"
/>
<javac
srcdir=
"tests/
${test}"
destdir=
"classes/tests/${test}
"
<mkdir
dir=
"classes/tests
"
/>
<depend
srcdir=
"tests/
"
destdir=
"classes/tests/
"
cache=
".depcache/tests/"
closure=
"yes"
/>
<javac
srcdir=
"tests/
"
destdir=
"classes/tests/
"
classpath=
"lib/junit-4.11.jar;lib/hamcrest-core-1.3.jar;classes/programs/original"
includeantruntime=
"false"
/>
</target>
...
...
@@ -57,7 +57,7 @@ includeantruntime="false"/>
<junit
printsummary=
"yes"
fork=
"yes"
haltonfailure=
"yes"
>
<classpath>
<pathelement
path=
"classes/programs/${program}"
/>
<pathelement
path=
"classes/tests/
${test}
"
/>
<pathelement
path=
"classes/tests/"
/>
<pathelement
path=
"lib/junit-4.11.jar"
/>
<pathelement
path=
"lib/hamcrest-core-1.3.jar"
/>
</classpath>
...
...
tests/swen90006/passbook/BoundaryTests.java
→
tests/
Boundary/
swen90006/passbook/BoundaryTests.java
View file @
439a3c52
File moved
tests/swen90006/passbook/PartitioningTests.java
→
tests/
Partitioning/
swen90006/passbook/PartitioningTests.java
View file @
439a3c52
File moved
Write
Preview
Markdown
is supported
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