Skip to content
Snippets Groups Projects
Commit 8a1cb28f authored by Reiner Jung's avatar Reiner Jung
Browse files

fixing checkin

parent 6d83f84e
No related branches found
No related tags found
No related merge requests found
Showing
with 308 additions and 0 deletions
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Antibiotika)
class AntibiotikaTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(BenutzerController)
class BenutzerControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Benutzer)
class BenutzerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(DatenController)
class DatenControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Haeufigkeiten)
class HaeufigkeitenTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(InfektionsdiagnosenController)
class InfektionsdiagnosenControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Infektionsdiagnosen)
class InfektionsdiagnosenTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Interventionen)
class InterventionenTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(InterventionsmoeglichkeitenController)
class InterventionsmoeglichkeitenControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Interventionsmoeglichkeiten)
class InterventionsmoeglichkeitenTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Staerken)
class StaerkenTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(StationenController)
class StationenControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Stationen)
class StationenTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(StatistikController)
class StatistikControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(SyncController)
class SyncControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
*/
@TestFor(TestController)
class TestControllerTests {
void testSomething() {
fail "Implement me"
}
}
package de.medidex
import grails.test.mixin.*
import org.junit.*
/**
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions
*/
@TestFor(Turnie)
class TurnieTests {
void testSomething() {
fail "Implement me"
}
}
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment