Lower case methodnames
This commit is contained in:
parent
af8f9aef7e
commit
3ccbb3cdaf
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue