package net.sf.cotta.test.assertion;
public interface CodeBlock {
public void execute() throws Exception;
}