Benedikt Ritter
Benedikt Ritter
As discussed in #138, ng_di currently doesn't allow property based dependency specifications like: ``` javascript class MyController { static get $inject() { return ['DataStore']; } constructor(DataStore) { this.dataStore = DataStore;...
It is not possible to use `scala.html` as file extension for selecting Twirl template. `html` does work but will also select plain HTML files.
Hi 👋 @marcphilipp and I [prototyped executing ScalaCheck tests on the JUnit Platform](https://github.com/marcphilipp/scalacheck-engine) by implementing a custom [JUnit Platform engine](https://junit.org/junit5/docs/current/user-guide/#launcher-api-engines-custom). This has the benefit of being able to run ScalaCheck...
The README.markdown has become pretty overloaded with all sorts of information. It may make sense to create a [github page](https://pages.github.com/) that we can use documentation.
We already have some kind of release notes, since we're documenting fixed issues via milestones. However, it makes sense to provide users with an overview of what has changed between...
We had quite a few requests on how to use the jbehave-junit-runner together with spring. The problem is, that both, our library and spring test provide a JUnitRunner and only...
Currently we have several example stories in the src/test folder. While mvn test will ignore these tests and give you immediate feedback if everything is okay, running all tests in...
For testing it's often desirable to start off a throwaway container and then create a port binding to a random host port. It looks however like the registry does not...
The `com.tngtech.archunit.core.importer.ImportOption` class currently only provides ways to include/exclude (among others) tests. With Gradle's `java-test-fixtures` plugin it's possible to have another source set called `testFixtures` and a corresponding classes directory...
The "grumpy" Gradlephant is not used anymore. This changes the link to Gradle logo to the official once from the Gradle website.