How can I enable the assert keyword in Eclipse?
assert
public class A { public static void main(String ... args) { System.out.println(1
If anyone wants to enable assertions by default (in contrast to enabling them for just a single run configuration), it is possible with the following steps: