public class Main{
    public static void main(String [] args) throws InterruptedException{
        BQueueTest test = new BQueueTest();

        boolean test_result = test.test();
        System.out.println("Test result: "+ test_result);
    }
}