mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
22 lines
358 B
Go
22 lines
358 B
Go
|
|
package folderimpl
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestCreate(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestDelete(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestUpdate(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestMove(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestGet(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestGetParent(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestGetParents(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestGetChildren(t *testing.T) {}
|
||
|
|
|
||
|
|
func TestGetDescendents(t *testing.T) {}
|