summaryrefslogblamecommitdiff
path: root/test/files/scalacheck/quasiquotes/Test.scala
blob: 73cac0368c74b2e6e2e0b15d886e42a37f525fd8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                               

                                        
                           
                           
 
import org.scalacheck._

object Test extends Properties("quasiquotes") {
  include(TermConstructionProps)
  include(TermDeconstructionProps)
  include(TypeConstructionProps)
  include(TypeDeconstructionProps)
  include(PatternConstructionProps)
  include(PatternDeconstructionProps)
  include(LiftableProps)
  include(ErrorProps)
  include(DefinitionConstructionProps)
  include(DefinitionDeconstructionProps)
  include(DeprecationProps)
  include(TypecheckedProps)
}