diff --git a/.classpath b/.classpath index a2dc425..45e9451 100644 --- a/.classpath +++ b/.classpath @@ -39,5 +39,6 @@ + diff --git a/lib/mastodon4j-javadoc.jar b/lib/mastodon4j-javadoc.jar new file mode 100644 index 0000000..8236537 Binary files /dev/null and b/lib/mastodon4j-javadoc.jar differ diff --git a/lib/mastodon4j-sources.jar b/lib/mastodon4j-sources.jar new file mode 100644 index 0000000..41357f9 Binary files /dev/null and b/lib/mastodon4j-sources.jar differ diff --git a/lib/mastodon4j.jar b/lib/mastodon4j.jar new file mode 100644 index 0000000..8463296 Binary files /dev/null and b/lib/mastodon4j.jar differ diff --git a/test/org/april/hebdobot/Foo.java b/test/org/april/hebdobot/Foo.java new file mode 100644 index 0000000..13c620e --- /dev/null +++ b/test/org/april/hebdobot/Foo.java @@ -0,0 +1,41 @@ +/** + * Copyright (C) 2011-2013,2017 Nicolas Vinot + * Copyright (C) 2017-2018 Christian Pierre MOMON + * + * This file is part of (April) Hebdobot. + * + * Hebdobot is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hebdobot is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Hebdobot. If not, see + */ +package org.april.hebdobot; + +import org.apache.commons.lang3.StringUtils; +import org.junit.Test; + +/** + * The Class BotMock. + */ +public class Foo +{ + /** + * Instantiates a new bot mock. + * + * @throws Exception + * the exception + */ + @Test + public static void Foo() throws Exception + { + StringUtils.isBlank(""); + } +}