github.com/suchongming/fabric@v2.1.1+incompatible/bccsp/idemix/idemix_suite_test.go (about) 1 /* 2 Copyright IBM Corp. All Rights Reserved. 3 4 SPDX-License-Identifier: Apache-2.0 5 */ 6 package idemix_test 7 8 import ( 9 "testing" 10 11 . "github.com/onsi/ginkgo" 12 . "github.com/onsi/gomega" 13 ) 14 15 func TestPlain(t *testing.T) { 16 RegisterFailHandler(Fail) 17 RunSpecs(t, "Plain Suite") 18 }