Added foo dev for Mastodon API.
This commit is contained in:
parent
e88879226c
commit
eaa670a135
@ -39,5 +39,6 @@
|
|||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
<classpathentry kind="lib" path="lib/mastodon4j.jar"/>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
BIN
lib/mastodon4j-javadoc.jar
Normal file
BIN
lib/mastodon4j-javadoc.jar
Normal file
Binary file not shown.
BIN
lib/mastodon4j-sources.jar
Normal file
BIN
lib/mastodon4j-sources.jar
Normal file
Binary file not shown.
BIN
lib/mastodon4j.jar
Normal file
BIN
lib/mastodon4j.jar
Normal file
Binary file not shown.
41
test/org/april/hebdobot/Foo.java
Normal file
41
test/org/april/hebdobot/Foo.java
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
/**
|
||||||
|
* Copyright (C) 2011-2013,2017 Nicolas Vinot <aeris@imirhil.fr>
|
||||||
|
* Copyright (C) 2017-2018 Christian Pierre MOMON <cmomon@april.org>
|
||||||
|
*
|
||||||
|
* 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 <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
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("");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user