Subversion Repositories SmartDukaan

Rev

Rev 22860 | Rev 23175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22860 Rev 23114
Line 64... Line 64...
64
    testCompile "junit:junit:4.12"
64
    testCompile "junit:junit:4.12"
65
}
65
}
66
 
66
 
67
test {
67
test {
68
    testLogging.showStandardStreams = true
68
    testLogging.showStandardStreams = true
-
 
69
    // for enable or disable test cases
-
 
70
    
-
 
71
    //exclude 'com/spice/profitmandi/service/generic/GenericServiceTest.class'
69
}
72
}