Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
cd27354eb032d56dff3bce74c73b9c33a2fadeaa
/
.
/
src
/
test
/
java
/
net
/
glowstone
/
command
/
minecraft
/
TellCommandTest.java
blob: e9ebd99a17d6c979b5bada8beda8636008af820a [
file
] [
log
] [
blame
] [
raw
]
package
net
.
glowstone
.
command
.
minecraft
;
import
net
.
glowstone
.
command
.
CommandTest
;
public
class
TellCommandTest
extends
CommandTest
<
TellCommand
>
{
// TODO: Add more tests.
public
TellCommandTest
()
{
super
(
TellCommand
::
new
);
}
}