public static asserEquals<TYPE>(expected as TYPE, actual as TYPE) as Void:
import klyn.unittest Assert.asserEquals(7, 3 + 4)