Package com.sandwich.koan.suite

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

package com.sandwich.koan.suite;

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

public class BlowUpOnLineTen {
  // gotta blow up on line 10 thus the comment
  @Koan
  public void blowUpOnLineTen(){
    throw new KoanIncompleteException(null);
  }
}
TOP

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

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.