Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jurisk committed Dec 28, 2024
1 parent ab50d41 commit e559ba8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package jurisk.adventofcode.y2020

import jurisk.adventofcode.AdventAppSpec

class Advent02Spec extends AdventAppSpec(Advent02):
runTest("real", realData, 560, 303)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package jurisk.adventofcode.y2020

import jurisk.adventofcode.AdventAppSpec

class Advent03Spec extends AdventAppSpec(Advent03):
runTest("real", realData, 159, 6419669520L)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package jurisk.adventofcode.y2020

import jurisk.adventofcode.AdventAppSpec

class Advent04Spec extends AdventAppSpec(Advent04):
runTest("real", realData, 239, 188)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package jurisk.adventofcode.y2020

import jurisk.adventofcode.AdventAppSpec

class Advent06Spec extends AdventAppSpec(Advent06):
runTest("real", realData, 6351, 3143)

0 comments on commit e559ba8

Please sign in to comment.