代码拉取完成,页面将自动刷新
package androidutils
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestRotationDumpsysInput(t *testing.T) {
r, err := getRotationDumpsysInput(`SurfaceWidth: 1080px
SurfaceHeight: 1920px
SurfaceLeft: 0
SurfaceTop: 0
SurfaceOrientation: 1
Translation and Scaling Factors:`)
assert.NoError(t, err)
assert.Equal(t, 90, r)
}
func TestRotationMinicap(t *testing.T) {
r, err := getRotationMinicap(`{
"id": 0,
"width": 1080,
"height": 1920,
"xdpi": 442.45,
"ydpi": 443.35,
"size": 4.97,
"density": 3.00,
"fps": 60.00,
"secure": true,
"rotation": 90
}`)
assert.NoError(t, err)
assert.Equal(t, 90, r)
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。