Lines Matching defs:LicenseGraph
114 func newTestNode(lg *LicenseGraph, targetName string) *TargetNode {
124 func newTestCondition(lg *LicenseGraph, targetName string, conditionName string) LicenseCondition {
138 func newTestConditionSet(lg *LicenseGraph, targetName string, conditionName []string) LicenseCondit…
288 func logGraph(lg *LicenseGraph, t *testing.T) {
339 func toActionSet(lg *LicenseGraph, data []act) ActionSet {
355 func toResolutionSet(lg *LicenseGraph, data []res) ResolutionSet {
420 func asActionList(lg *LicenseGraph) actionList {
434 func toActionList(lg *LicenseGraph, actions []tcond) actionList {
459 func toConflictList(lg *LicenseGraph, data []confl) []SourceSharePrivacyConflict {
478 func checkSameActions(lg *LicenseGraph, asActual, asExpected ActionSet, t *testing.T) {
542 func checkResolvesActions(lg *LicenseGraph, asActual, asExpected ActionSet, t *testing.T) {