1 Star 0 Fork 0

Cloudy/vnc2video

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
encoding_util_test.go 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
amit bezalel 提交于 2018-02-11 09:40 . frame rate to variable
package vnc2video
import "testing"
func TestSetChanged(t *testing.T) {
canvas := &VncCanvas{}
rect := &Rectangle{X: 1, Y: 1, Width: 1024, Height: 64}
canvas.SetChanged(rect)
if canvas.Changed["64,0"] == false ||
canvas.Changed["64,1"] == false ||
canvas.Changed["64,4"] == false {
t.Fail()
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itcloudy/vnc2video.git
git@gitee.com:itcloudy/vnc2video.git
itcloudy
vnc2video
vnc2video
master

搜索帮助