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