github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/ui/ui_mock_test.go (about)

     1  package ui
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestMock_impl(t *testing.T) {
     8  	var _ Ui = new(Mock)
     9  }