package testsubjects; public class HasToString { @Override public String toString() { return "<ExistingToString>"; } }