Skip to content

Instantly share code, notes, and snippets.

@flaviusstef
flaviusstef / SketchSystems.spec
Last active August 14, 2018 11:54
Granular file restore
Granular file restore
View datastore snapshots
Browse -> Verify Linux VM
Verify Linux VM
Verifying
Ok -> View VM drives
Missing -> Installing
Powered off -> Powering on
Error -> Error
Waiting
package ca.jbrains.pos.test;
import org.junit.*;
import static org.junit.Assert.*;
import java.util.*;
public class SellOneItemTest {
private POSDisplay display = new POSDisplay();
private Sale sale;