|
ScientificReport
|

Public Member Functions | |
| void | GetAllTest () |
| void | GetAllWhereTest () |
| void | GetByIdTest () |
| void | CreateItemTest () |
| void | UpdateItemTest () |
| void | DeleteItemTest () |
| void | PublicationExistsTest () |
| void | PublicationDoesNotExistTest () |
| void | GetPublicationAuthorsTest () |
Definition at line 13 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.CreateItemTest | ( | ) |
Definition at line 73 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.DeleteItemTest | ( | ) |
Definition at line 103 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.GetAllTest | ( | ) |
Definition at line 36 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.GetAllWhereTest | ( | ) |
Definition at line 51 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.GetByIdTest | ( | ) |
Definition at line 59 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.GetPublicationAuthorsTest | ( | ) |
Definition at line 139 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.PublicationDoesNotExistTest | ( | ) |
Definition at line 128 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.PublicationExistsTest | ( | ) |
Definition at line 115 of file PublicationServiceTests.cs.
| void ScientificReport.Test.ServicesTests.PublicationServiceTests.UpdateItemTest | ( | ) |
Definition at line 85 of file PublicationServiceTests.cs.