MCPcopy Create free account
hub / github.com/Vedenin/useful-java-links / Belly

Class Belly

helloworlds/4.1-testing/cucumber/src/main/java/Belly.java:6–12  ·  view source on GitHub ↗

Cucumber Hello World To run using "maven test"

Source from the content-addressed store, hash-verified

4 * * To run using "maven test"
5 */
6public class Belly {
7 public void eat(int cukes) {
8 for(int i=0; i< cukes; i++ ){
9 System.out.println("I'm eating " + (i + 1) + " cuke");
10 }
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected