Giter VIP home page Giter VIP logo

sas.jakyl's People

Contributors

chrisheil avatar thantos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sas.jakyl's Issues

setup for inherited properties

Hi Sam,

I've been using your 'awesome' unit test framework in an attempt to get some unit testing around models (built by model builder + overrides) - yes this is ambitious considering the size and complexity....

But first, Ive been trying to get the basics down of testing some properties, which are recusive

e.g
.GetPropertyValue("metaDescription", true);

Ive tried constructing the IPublishedContent and setting the parent,

then I tried the other way by setting the child - doing both seems not possible

string propertyName = "testProp";
string propertyValue = "testProp value";

var properties = new List<IPublishedProperty>();
properties.Add(SAS.Jakyl.Core.UmbracoUnitTestHelper.GetPublishedProperty(alias: propertyName, value: propertyValue));

var parent = _engine.WithPublishedContentPage(
   contentType: _engine.WithPublishedContentType(propertyTypes: new[] { SAS.Jakyl.Core.UmbracoUnitTestHelper.GetPropertyType(alias: propertyName) }),
   properties: properties);

var child = _engine.WithPublishedContentPage(
    contentType: _engine.WithPublishedContentType(propertyTypes: new[] { SAS.Jakyl.Core.UmbracoUnitTestHelper.GetPropertyType(alias: propertyName) }),
    parent: parent);

var type = _engine.UmbracoHelper.TypedContent(child.id);

type.GetPropertyValue<string>(propertyName , true);

what am i missing ?

also set the relationship for the property -but still no luck
_engine.WithRelation(parent: parent, child: child, alias: propertyName);

probably some fundamental setup knowledge, I bet

appreciate your help on this.

regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.