Package com.sandwich.koan.suite

Source Code of com.sandwich.koan.suite.BlowUpOnLineEleven

package com.sandwich.koan.suite;

import com.sandwich.koan.Koan;
import com.sandwich.koan.KoanIncompleteException;

public class BlowUpOnLineEleven {
  // gotta put it on line 11 thus the two spaces here
  //
  @Koan
  public void blowUpOnLineEleven() {
    throw new KoanIncompleteException(null);
  }
 
}
TOP

Related Classes of com.sandwich.koan.suite.BlowUpOnLineEleven

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.