Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fd675a4
Title
Elainee610 Feb 28, 2023
0fd21bd
Removed metadata
TeeSyong Feb 28, 2023
f32440d
Deleted Charges and Print
TeeSyong Feb 28, 2023
0cb7739
Update Order.java
Czooi Mar 9, 2023
7adccaa
Update Order.java
TeeSyong Apr 15, 2023
0aff41d
Update Order.java
TeeSyong Apr 15, 2023
c87487d
Update .classpath
Czooi Apr 20, 2023
2c6370a
Update .gitignore
Czooi Apr 20, 2023
c60b605
Create Order.java
Czooi Apr 20, 2023
d73ce36
Create IPrintingOrder.java
Czooi Apr 20, 2023
48cf97c
Create PrintingDocument.java
Czooi Apr 20, 2023
12ac21f
Create PrintingOption.java
Czooi Apr 20, 2023
8715680
Create PrintingPhoto.java
Czooi Apr 20, 2023
019ff67
Create PrintingType.java
Czooi Apr 20, 2023
4d347ac
Delete IPrintingOrder.java
Czooi Apr 20, 2023
8b196e9
Delete PrintingDocument.java
Czooi Apr 20, 2023
ef5b78e
Delete PrintingOption.java
Czooi Apr 20, 2023
ed8c4f2
Delete PrintingPhoto.java
Czooi Apr 20, 2023
124cfa0
Delete PrintingType.java
Czooi Apr 20, 2023
ad75ddb
Delete Order.java
Czooi Apr 20, 2023
a6c63fe
Create PrintingTest.java
Czooi Apr 20, 2023
4f654a7
Added TestCase for All BVA
TeeSyong Apr 20, 2023
77635a5
Merge branch 'IPrinting' of https://github.com/TeeSyong/SoftwareTesti…
TeeSyong Apr 20, 2023
06bffa0
Delete PrintingTest.java
quanBong Apr 20, 2023
521d04a
Added mockito for test array
TeeSyong Apr 21, 2023
842b6df
added integration test and test suite
TeeSyong Apr 23, 2023
fe754b5
Added Integration.txt and readfrom text file
TeeSyong Apr 23, 2023
de84b3e
Update IntegrationTest.java
TeeSyong Apr 23, 2023
e8a4cbc
Update PhotoPrinterTest.java
TeeSyong Apr 23, 2023
701e5af
ctrl+shift+f
Elainee610 Apr 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" output="testclasses" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="C:/jar_files/byte-buddy-1.12.8.jar"/>
<classpathentry kind="lib" path="C:/jar_files/byte-buddy-agent-1.12.8.jar"/>
<classpathentry kind="lib" path="C:/jar_files/JUnitParams-1.0.2.jar"/>
<classpathentry kind="lib" path="C:/jar_files/mockito-core-4.4.0.jar"/>
<classpathentry kind="lib" path="C:/jar_files/objenesis-3.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
_ReSharper.*
bin
obj
packages
packages
/testclasses/
8 changes: 8 additions & 0 deletions IntegrationER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
6.00,0.20
21.00,0.70
17.00,0.85
18.00,0.90
15.00,0.75
19.00,0.95
20.00,1.00
17.00,0.85
94 changes: 0 additions & 94 deletions src/PrintingKioskSystem/Charge.java

This file was deleted.

25 changes: 0 additions & 25 deletions src/PrintingKioskSystem/Objects/IPrintingOrder.java

This file was deleted.

47 changes: 0 additions & 47 deletions src/PrintingKioskSystem/Objects/PrintingDocument.java

This file was deleted.

9 changes: 0 additions & 9 deletions src/PrintingKioskSystem/Objects/PrintingOption.java

This file was deleted.

59 changes: 0 additions & 59 deletions src/PrintingKioskSystem/Objects/PrintingPhoto.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/PrintingKioskSystem/Objects/PrintingType.java

This file was deleted.

Loading