diff options
author | 2017-08-02 02:41:15 +0000 | |
---|---|---|
committer | 2017-08-03 02:20:50 +0000 | |
commit | a4f8adbb935737122b4800efbb19b9d9b75c7e01 (patch) | |
tree | 3531fe4394cfdb0821dae356e06b22a007b299ab /docs | |
parent | 13e17646bccbcafbac13b144e24eee14125d33e3 (diff) |
Add domain name when creating projects and users
(spisarski)
Also clarified the difference between domain ID and name
Added helper methods and domain object for Domains
JIRA: FUNCTEST-858
Change-Id: Iccd7eef56713a4ad0c23232073f52bc71168bf5c
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/UnitTests.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/how-to-use/UnitTests.rst b/docs/how-to-use/UnitTests.rst index 9da89be..ac42892 100644 --- a/docs/how-to-use/UnitTests.rst +++ b/docs/how-to-use/UnitTests.rst @@ -120,6 +120,12 @@ ProjectDomainObjectTests Ensures that all required members are included when constructing a Project domain object +DomainDomainObjectTests +----------------------- + +Ensures that all required members are included when constructing a +Domain domain object + RoleDomainObjectTests --------------------- |