This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package test; | |
| import static org.junit.Assert.*; | |
| import org.junit.Before; | |
| import org.junit.Test; | |
| import core.BrickOrder; | |
| import core.OrderDB; | |
| import core.OrderSystem; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package core; | |
| /* | |
| * Implementation of BrickOrder class, implements Order interface. | |
| * | |
| * BrickOrder class allows storage of reference number and number | |
| * of brings per each order. One BrickOrder class is instantiated | |
| * for each order. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "questionA": { | |
| "type": "object", | |
| "properties": { | |
| "answer": { | |
| "type": "string", | |
| "minLength": 1, | |
| "enum": ["Yes", "No"] | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "definitions": { | |
| "question3-9": { | |
| "type": "object", | |
| "properties": { | |
| "answer": { | |
| "type": "string", | |
| "enum": [ | |
| "Home improvements (General)", |
OlderNewer