package com.github.signed.pmd.rules; import org.junit.Test; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.MatcherAssert.assertThat; public class AlwaysComplain_Test { @Test public void tests_nothing_at_all() throws Exception { assertThat(true, is(true)); } }