Skip to content

Instantly share code, notes, and snippets.

@codeguru42
Last active January 1, 2016 22:49
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 codeguru42/8212606 to your computer and use it in GitHub Desktop.
Save codeguru42/8212606 to your computer and use it in GitHub Desktop.
Data for `testAddMultipleCards()`
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
1|Topps|1991|278|10000|1|Alex Fernandez|White Sox|Pitcher
2|Topps|1974|175|10000|1|Bob Stanley|Red Sox|Pitcher
3|Topps|1985|201|10000|1|Vince Coleman|Cardinals|Pitcher
4|TMG|1993|5|10000|1|Ken Griffey Jr.|All-Star|Pitcher
5|Upper Deck|1993|18|10000|1|Dave Hollins|Phillies|Pitcher
6|Upper Deck|1990|189|10000|1|Tom Browning|Reds|Pitcher
7|Topps|1982|121|10000|1|Ed Lynch|Mets|Pitcher
@codeguru42
Copy link
Author

junit.framework.AssertionFailedError: Missing card: BaseballCard{cardBrand=Topps, cardYear=1985, cardNumber=201, cardValue=10000, cardCount=1, playerName=Vince Coleman, team=Cardinals, playerPosition=Left Field}
at bbct.android.common.activity.test.BaseballCardDetailsAddCardsTest.testAddMultipleCards(BaseballCardDetailsAddCardsTest.java:113)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1584)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment