Lower case methodnames

This commit is contained in:
nicksavers 2014-07-02 14:48:35 +02:00
parent af8f9aef7e
commit 3ccbb3cdaf
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import java.math.BigInteger;
public class WalletTest { public class WalletTest {
@Test @Test
public void SaveTest1() throws TransformerException, ParserConfigurationException { public void testSave1() throws TransformerException, ParserConfigurationException {
Wallet wallet = new Wallet(); Wallet wallet = new Wallet();
ECKey cowKey = ECKey.fromPrivate(HashUtil.sha3("cow".getBytes())); ECKey cowKey = ECKey.fromPrivate(HashUtil.sha3("cow".getBytes()));
@ -41,7 +41,7 @@ public class WalletTest {
} }
@Test @Test
public void LoadTest1() throws TransformerException, public void testLoad1() throws TransformerException,
ParserConfigurationException, IOException, SAXException { ParserConfigurationException, IOException, SAXException {
Wallet wallet = new Wallet(); Wallet wallet = new Wallet();
wallet.load(); wallet.load();