package org.irods.mydrop.controller
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(MetadataSearchController)
class MetadataSearchControllerTests {
void testSomething() {
fail "Implement me"
}
}