Skip to content

SOQLTest

codefriar edited this page Oct 5, 2023 · 2 revisions

APIVERSION: 58

STATUS: ACTIVE

MIT License Copyright (c) 2020 Rafał Kopaczewski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Methods

private static void testSetup()

TESTSETUP

private static void testSOQLConstructor()

ISTEST

private static void testSOQLGetQueryString()

ISTEST

private static void testSOQLGetRecord()

ISTEST

private static void testSOQLGetRecords()

ISTEST

private static void testSOQLGetQueryLocator()

ISTEST

private static void testSOQLToStringOverride()

ISTEST

private static void testSOQLBuilderConstructor()

ISTEST

private static void testSOQLBuilderSelectSingleField()

ISTEST

private static void testSOQLBuilderSelectFieldsAsList()

ISTEST

private static void testSOQLBuilderSelectFieldsAsSet()

ISTEST

private static void testSOQLBuilderAddSubQuery()

ISTEST

private static void testSOQLBuilderAddTypeOf()

ISTEST

private static void testSOQLBuilderWhereCondition()

ISTEST

private static void testSOQLBuilderAddScope()

ISTEST

private static void testSOQLBuilderOrderBy()

ISTEST

private static void testSOQLBuilderSetScopeLimit()

ISTEST

private static void testSOQLBuilderSetOffset()

ISTEST

private static void testSOQLBuilderSetForReference()

ISTEST

private static void testSOQLBuilderSetForUpdate()

ISTEST

private static void testSOQLBuilderSetForView()

ISTEST

private static void testSOQLBuilderSetUpdateTracking()

ISTEST

private static void testSOQLBuilderSetUpdateViewStat()

ISTEST

private static void testSOQLBuilderWithSelectStatement()

ISTEST

private static void testSOQLBuilderWithFromStatement()

ISTEST

private static void testSOQLBuilderWithScopeStatement()

ISTEST

private static void testSOQLBuilderWithWhereStatement()

ISTEST

private static void testSOQLBuilderWithOrderStatement()

ISTEST

private static void testSOQLBuilderWithLimitStatement()

ISTEST

private static void testSOQLBuilderWithOffsetStatement()

ISTEST

private static void testSOQLBuilderWithForStatement()

ISTEST

private static void testSOQLBuilderWithUpdateStatement()

ISTEST

private static void testSOQLBuilderToStringOverride()

ISTEST

private static User selectTestUser()


Clone this wiki locally