Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created December 15, 2020 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/9f2a5cd0274bfe9b41fbffd6352b3514 to your computer and use it in GitHub Desktop.
Save jasongorman/9f2a5cd0274bfe9b41fbffd6352b3514 to your computer and use it in GitHub Desktop.
package com.guitarshack.contracttests;
import com.guitarshack.*;
import com.guitarshack.net.Network;
import com.guitarshack.net.Web;
/*
If this test fails when the SalesDataUnitTest is still passing, this indicates a change
in the external API
*/
public class SalesDataContractTest extends SalesDataTestBase {
@Override
protected Network getNetwork() {
return new Web();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment