{
harness.checkPoint("test2");
// first check that we are starting with 0 auxiliary LAFs
harness.check(UIManager.getAuxiliaryLookAndFeels(), null);
LookAndFeel laf1 = new MyLookAndFeel();
LookAndFeel laf2 = new MyLookAndFeel();
LookAndFeel laf3 = new MyLookAndFeel();
LookAndFeel laf4 = new MyLookAndFeel();
UIManager.addAuxiliaryLookAndFeel(laf1);
UIManager.addAuxiliaryLookAndFeel(laf2);
UIManager.addAuxiliaryLookAndFeel(laf3);
UIManager.addAuxiliaryLookAndFeel(laf4);