public class TestAssert { public static void main(String args[]) { assert false : "Assertion levée"; } }