useTestNetwork method

void useTestNetwork ()

Let the sdk use the test stellar network.

Implementation

static void useTestNetwork() {
  Network.use(new Network(TESTNET));
}