##Stuff to review and consider
- LambdaSpec: RSpec like testing with Java lambdas.
- Jumi: Parallel test execution by default. Backwards compatible to JUnit.
- Hierarchical Context Runner: Runner for JUnit by Stefan Bechtold.
- Hierarchical testing with @Context: Also from Stefan.
- Exception testing with Lambdas - 1
- Exception testing with Lambdas - 2
- Combining matchers, streams and lambdas
- JUnit Java8 Runner: Allowing test methods in interfaces.
- JUnit Quickcheck: A quickcheck reimplementation in Java building on JUnit theories
- Service Provider Interface
##Our Proposals
###Proposal 1 : Using initialization blocks and lambdas to define tests