package be.brainbaking.datastructures.hashtable; import org.junit.jupiter.api.Test; public class HashTableTest { @Test public void add() { } }