Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/47deg/LambdaTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorpersist committed Nov 5, 2016
2 parents b7456fb + 2b02bd6 commit dde3863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ demo for an example that used this conversion.

Include LambdaTest jars

"com.fortyseven" % "lambda-test_2.11" % "1.1.2" % "test"
"com.fortysevendeg" % "lambda-test_2.11" % "1.1.2" % "test"

Each test file should

Expand Down Expand Up @@ -163,7 +163,7 @@ See the [Tag](https://github.com/47deg/LambdaTest/blob/master/src/test/scala/dem
## Timing

There are several actions that can be used to time code.
Some are assertions that fail is the coe eruns too long.
Some are assertions that fail is the code runs too long.

See the [Timing](https://github.com/47deg/LambdaTest/blob/master/src/test/scala/demo/Timing.scala) demo.

Expand All @@ -175,7 +175,7 @@ By default those actions directly inside are run sequentially in order.

If parallel is true, actions directly inside are run in parallel. Note that the output still occurs in the specified order.

See [Parallel](https://github.com/47deg/LambdaTest/blob/master/src/test/scala/demo/Parallel.scala) demo.
See the [Parallel](https://github.com/47deg/LambdaTest/blob/master/src/test/scala/demo/Parallel.scala) demo.

## Extensions

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/demo/Immutable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ object Immutable {
def main(args: Array[String]): Unit = {
run("immutable", new Immutable)
}
}
}

0 comments on commit dde3863

Please sign in to comment.