2021-05-10 10:08:04 +02:00
|
|
|
package cwe_test
|
|
|
|
|
|
|
|
import (
|
2021-05-31 10:44:12 +02:00
|
|
|
"testing"
|
|
|
|
|
2021-05-10 10:08:04 +02:00
|
|
|
. "github.com/onsi/ginkgo"
|
|
|
|
. "github.com/onsi/gomega"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestCwe(t *testing.T) {
|
|
|
|
RegisterFailHandler(Fail)
|
|
|
|
RunSpecs(t, "Cwe Suite")
|
|
|
|
}
|