github.com/TeaOSLab/EdgeNode@v1.3.8/internal/encrypt/method_utils_test.go (about) 1 package encrypt 2 3 import "testing" 4 5 func TestFindMethodInstance(t *testing.T) { 6 t.Log(NewMethodInstance("a", "b", "")) 7 t.Log(NewMethodInstance("aes-256-cfb", "123456", "")) 8 }