This commit is contained in:
kritzl 2025-10-23 22:40:46 +02:00
commit eec0042930
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
3 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,20 @@
package de.ccc.hamburg.keycloak;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}