Commit a71e8412 authored by LoomyGames's avatar LoomyGames

Added Test cases word document

parent 3cda326f
Your items are:
1. 2 * Chocolate 2? price of4.0
1. 2 * Water 0.5? price of1.0
1. 2 * Drink 1? price of2.0
1. 2 * Snack 2? price of4.0
1. 2 * Sweet 1? price of2.0
1. 4 * Water 0.5? price of2.0
1. 8 * Chocolate 2? price of16.0
1. 4 * Drink 1? price of4.0
1. 8 * Chocolate 2? price of16.0
......@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany</groupId>
<artifactId>VendingMachine</artifactId>
<artifactId>VendingMachine_Radulescu_Alexandru</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
......@@ -10,4 +10,5 @@
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
</properties>
<name>VendingMachine_Radulescu_Alexandru</name>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment