This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<Module> | |
<ModulePrefs title="Master DL on Twitter" /> | |
<Content type="html"> | |
<![CDATA[ | |
<a class="twitter-timeline" href="https://twitter.com/master_D_L" data-widget-id="345803218233720834">Tweets de @master_D_L</a> | |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> | |
]]> | |
</Content> | |
</Module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import grails.test.mixin.TestFor | |
import spock.lang.Specification | |
import spock.lang.Unroll | |
/** | |
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions | |
*/ | |
@TestFor(Activite) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import grails.test.mixin.TestFor | |
import spock.lang.Specification | |
import spock.lang.Unroll | |
/** | |
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions | |
*/ | |
@TestFor(Utilisateur) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import grails.test.mixin.TestFor | |
import spock.lang.Specification | |
import spock.lang.Unroll | |
/** | |
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions | |
*/ | |
@TestFor(Activite) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import grails.test.mixin.Mock | |
import grails.test.mixin.TestFor | |
import spock.lang.Specification | |
/** | |
* See the API for {@link grails.test.mixin.services.ServiceUnitTestMixin} for usage instructions | |
*/ | |
@TestFor(ActiviteService) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import grails.test.mixin.TestFor | |
import spock.lang.Specification | |
import spock.lang.Unroll | |
/** | |
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions | |
*/ | |
@TestFor(Utilisateur) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import spock.lang.* | |
/** | |
* | |
*/ | |
class ActiviteServiceIntegrationTestSpec extends Specification { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import spock.lang.* | |
/** | |
* | |
*/ | |
class JeuTestServiceIntegrationSpec extends Specification { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import grails.test.mixin.TestFor | |
import spock.lang.Specification | |
import spock.lang.Unroll | |
/** | |
* See the API for {@link grails.test.mixin.domain.DomainClassUnitTestMixin} for usage instructions | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package friendsofmine | |
import spock.lang.* | |
/** | |
* | |
*/ | |
class InscriptionServiceIntegrationSpec extends Specification { |