Skip to content
Snippets Groups Projects
Commit ebce8af1 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

Merge branch 'TANGOARCH-908' into 'main'

Added unit tests

See merge request !3
parents c797b35a f14ea67f
No related branches found
No related tags found
1 merge request!3Added unit tests
......@@ -210,6 +210,13 @@ public class TangoArchivingConfigServiceTest {
assertEquals(1, domains.size());
}
@Test
public void getAllContexts() {
final List<Context> contexts = configService.getAllContexts();
System.out.println(contexts);
assertFalse(contexts.isEmpty());
}
@Test
public void getContext() {
final Context context = configService.getContext(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment