All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.slim.test.DummyQueryTableWithNoTableMethod Maven / Gradle / Ivy

There is a newer version: 20241026
Show newest version
package fitnesse.slim.test;

import java.util.ArrayList;
import java.util.List;

public class DummyQueryTableWithNoTableMethod {
  public List query() {
    return new ArrayList<>();
  }
}