Part of lp.blueprints.browser.tests.test_specification View In Hierarchy
Known subclasses: lp.blueprints.browser.tests.test_specification.TestNewSpecificationDefaultInformationTypeProduct, lp.blueprints.browser.tests.test_specification.TestNewSpecificationDefaultInformationTypeProductSeries
Method | makeTarget | Undocumented |
Method | ensurePolicy | Helper to call _ensurePolicies |
Method | getSpecification | Helper to get the specification. |
Method | submitSpec | Submit a Specification via a browser. |
Method | test_public | Creating from PUBLIC policy allows only PUBLIC. |
Method | test_public_or_proprietary | Creating from PUBLIC_OR_PROPRIETARY defaults to PUBLIC. |
Method | test_proprietary_or_public | Creating from PROPRIETARY_OR_PUBLIC defaults to PROPRIETARY. |
Method | test_proprietary | PROPRIETARY only allows proprietary when creating blueprints. |
Method | test_embargoed_or_proprietary | Creating from EMBARGOED_OR_PROPRIETARY defaults to embargoed. |
Method | _setUp | Undocumented |
Useful because we need to follow to product from ProductSeries to get to _ensurePolicies.