refactoring trade protocol

This commit is contained in:
Manfred Karrer 2014-07-04 18:16:51 +02:00
parent 7e55b7325a
commit 5da272bdbf
96 changed files with 2074 additions and 2702 deletions

View file

@ -3,7 +3,6 @@ package io.bitsquare;
import io.bitsquare.btc.BtcValidatorTest;
import io.bitsquare.gui.util.BitSquareConverterTest;
import io.bitsquare.gui.util.BitSquareValidatorTest;
import io.nucleo.scheduler.SequenceSchedulerTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@ -12,7 +11,6 @@ import org.junit.runners.Suite;
BtcValidatorTest.class,
BitSquareConverterTest.class,
BitSquareValidatorTest.class,
SequenceSchedulerTest.class
})
public class BitSquareTestSuite