Ramon Rockx

Results 1 issues of Ramon Rockx

When using the `org.togglz.testing.TestFeatureManager` in a `org.junit.jupiter.api.Nested` test class, the feature manager is empty. For example: ```java package example; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.notNullValue; import example.TestFeatureManagerTest.SomeFeatures;...